* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
authorJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 20:56:55 +0000 (20:56 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 20 Mar 1993 20:56:55 +0000 (20:56 +0000)
Emacs 18.

src/s/hpux8.h
src/s/sunos4-1.h

index 082730c3d8ab7303ec7f54fdb7e8344fff72fe36..ef952e50f9777d1f35fe06a025779ce08dcf7a17 100644 (file)
@@ -22,3 +22,6 @@
 #else
 #define LD_SWITCH_SYSTEM -a archive  -L/usr/lib/X11R4
 #endif
+
+/* Specify compiler options for compiling oldXMenu.  */
+#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4
index 3e243e550e7d2bcb2a34dae8043e26164842502f..8e038a8c60d8a6441c9a2973b927a2cdacfbc288 100644 (file)
@@ -10,3 +10,6 @@
 #define INTERRUPTIBLE_OPEN
 #define INTERRUPTIBLE_CLOSE
 #define INTERRUPTIBLE_IO
+
+/* Cause the compilation of oldxmenu to use the right -I option.  */
+#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM